home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilgfx / gs353b40.rd0 < prev    next >
Text File  |  1996-05-20  |  4KB  |  83 lines

  1. Short:    Ghostscript3.53 68040_noFPU binary, Get gs353data.lha too
  2. Author:   GS(Aladdin)/Amiga(Olaf Barthel)/Port(me)
  3. Uploader: Joop.vandeWege@Medew.ENTO.WAU.NL
  4. Type:     gfx/show
  5.  
  6. This is the Amiga port of Ghostscript3.53. Ghostscript is a Postscript
  7. interpreter with support for Level 2 PS and PDF. This release includes
  8. most popular printers and fileformats including an updated Amiga display
  9. driver.
  10.  
  11. This port requires:
  12. - An  Amiga  equipped  with  an mc68040 or mc68LC040 CPU model and
  13.   Kickstart 2.04 or higher.
  14. - SetMathPatch if you run Kickstart 3.1!!!!!
  15. - Approx. 4.7 MBytes of hard disk space available.
  16. - A  minimum  of 1 MByte of chip memory, depending on what you want to do
  17.   with  the  interpreter.  Printer output requires at least 2 MBytes of
  18.   contiguous memory (any memory, not necessarily chip memory).
  19. - A bunch of Postscript/Ghostscript fonts.
  20.  
  21. Comments/Suggestions/Bugs to:
  22. Joop.vandeWege@medew.ento.wau.nl
  23. Please use a Subject field with the name 'GS353' in it.
  24. Please direct all mail to me except when you're 100% sure it is a GS
  25. problem then you can use the Aladdin email address.
  26.  
  27. Joop van de Wege
  28.  
  29.  
  30. Getting Ghostscript.
  31. Download the data archive, gs353data.lha
  32. It contains all needed data in one directory
  33.  
  34. This archive contains the mc68040 with fpu emulation binary which should
  35. run on plain A4000 and any A500/A600/A1000/A2000 machine with a mc68040/60
  36. installed and enough RAM. On my machine (A3000 + Merlin) it uses 150Kb
  37. Chip and 1.5Mb Fast.
  38. Expect it to use more if the psfile is big/complex or when displaying PDF
  39. files and when using 256color modes for the Workbench.
  40.  
  41. How to use Ghostscript.
  42. Unpack the archive gs353data.lha to a suitable HD with enough room (~3.5M).
  43. A directory 'Ghostscript' will be created and all files needed are found
  44. within this directory.
  45. Unpack one of the special binary archives to the same HD and the executable
  46. will automatically placed in the same directory Ghostscript.
  47. There are two ways to proceed from here.
  48. - Assign Ghostscript: to the directory where you unpacked the archive.
  49.   Example: unpack on 'Work:', creates Work:Ghostscript
  50.   Assign Ghostscript: Work:Ghostscript
  51.   path Ghostscript: add
  52.   (Optionally, rename the binary gs_xxx to 'gs')
  53.   Now you can call 'gs' from anywhere with or without arguments. If you add
  54.   the above fragment (Assign ... add) to your s:user-startup then it will
  55.   available everytime you start your computer
  56. - Set the following environment variables:
  57.     - GS_LIB,     example: setenv GS_LIB=work:ghostscript/data
  58.     - GS_DEVICE   example: setenv GS_DEVICE=amiga (default)
  59.     - GS_OPTIONS  example: setenv GS_OPTIONS="-sDEVICE=png16m -r120"
  60.   The only required variable is GS_LIB. Now you can copy 'GS' to a place
  61.   which is in the AmigaDOS search path.
  62.  
  63. See the 'Ghostscript/docs' directory for more information, like commandline
  64. options. Some notes:
  65. Watch out for case sensitivity when using commandline options, -sOutputFile
  66. is not equal to -soutputfile !!!!!
  67. Some very useful commandlines with comments in ():
  68. gs -h (outputs small help on most important arguments, and lists all availble
  69.        output devices)
  70. gs (gs opens window on WB and use its palette, use 256color WB if possible,
  71.     there is a problem with NewIcons, it looks like all pallette entries are
  72.     reserved by NewIcons so GS will only display in B/W if you use NewIcons)
  73. gs -sDEVICE=png16m (uses the built-in PNG support instead of window on WB)
  74. gs -sOutputFile=ram:output%02d.png -sDEVICE=png256
  75.    (output to files numbered ram:output01.png/ram:output02.png/etc using
  76.     the PNG format (8bit))
  77. gs -r120 (use 120dpi as resolution instead of built-in 72, uses heaps of
  78.           memory at high values)
  79. Arguments useful for PDF files (and ps documents conforming to DSC ?)
  80. gs -dFirstPage=pagenumber (starts on the given page of the document)
  81. gs -dLastPage=pagenumber (Stops after the given page of the document)
  82. See use.doc/Switches for a complete overview of what is available.
  83.